@charset "UTF-8";

#page {
		min-width: 1800px;
		margin: 0 auto;
		overflow: hidden;
		color: black;
		font-family: "Times New Roman";
		}

#res_bar {
			background: rgba(186,219,199,1);
			position: fixed;
			top:0%;
			width: 100%;
			min-width: 1800px;
		}

#bar {
		margin-left: 21%;
		}

#bar ul > li {
			float: left;
			text-align: center;
			
					padding-top: 10px;
					padding-bottom:10px;
					
			}
#bar ul > li > a {
					color: black;
					font-size: 1.7em;
					font-family: "Times New Roman";
					padding-left: 25px;
					padding-top: 10px;
					padding-bottom:10px;
					padding-right: 25px;

					}
#bar ul > li > a:hover {
						background-color:rgba(0,88,37,1); 
					color: white;
					text-decoration: underline;
						}
.clear {
		clear: both;
		}

footer {
		margin: 0 auto;
		background: rgba(0,88,37,1);
	
		}

#foot {
		margin-right: 15%;
		margin-left: 23%;
		min-width: 1200px;
		font-family: "Times New Roman";
	

		}
td {padding: 10px 10px;}

#foot ul > li { float: left;
				padding-right:15px;
				padding-left: 15px;
				padding-top: 20px;
				padding-bottom: 20px;
				}	




#foot a {
			color: white;
			text-decoration: underline;
		}

#foot ul > li > a {					
				font-size: 1.3em;
				text-transform: uppercase;
				text-decoration: none;
				color: white;
				}
#foot ul > li > a:hover {
							text-decoration: underline;
							color: blue;
							font-weight: bold;
						}

#foot p {
			color: white;
			margin-top: 30px;
			font-size: 1.3em;
			padding-bottom: 40px;
			margin-left:20px;

		}
#content {
				margin-left: 30%;
			margin-right: 25%;
			margin-top: 80px;
			}
header {
		font-size: 3em;
		margin-top: 30px;
		margin-bottom: 40px;
		font-weight: bold;
	}

h2 {
	font-size: 2em;
	margin-bottom: 15px;
	border-bottom: solid 5px rgba(0,88,37,0.6);
}

.section {
			margin-bottom:30px;
		}


.photo {
		float: left;
		width: 20%;
		}
.bor {float: left;
border-bottom: solid 3px rgba(186,219,199,1);;
height:204px;
margin-left: 30px;
width: 75%;
}

.words p {
			font-size: 1.4em;
			margin-bottom: 10px;

		}

.words a {
	color: blue;
	text-decoration: underline;
		}
.words a:hover {color: green;}

.words {
	margin-top: 50px;
	margin-left: 5%;
}

#right {
	float: right;
	position: absolute;
		left: 5%;
	top:120px;
 
 	
	background-color: rgba(186,219,199,1);
	}

#right1  { margin: 30px;

}

#right1 p {
	 		margin-bottom: 10px;
	 		font-size: 2em;

}

#right1 p > a{
	 		margin-bottom: 10px;
	 		font-size: 0.7em;
	 		color: black;
	 		margin-top: 10px; 		
}

#right1 p > a:hover{
	 		font-weight: bold;
	 		color: blue;		
}

#right1 ul {margin-bottom:10px;}

#right1 ul > li {
				list-style: inside disc;
				margin-left:5px;
}


#right1 ul > li > a {
				color: black;
				
				font-size: 1.4em;
}

#right1 ul > li > a:hover{
				color: blue;
				font-weight: bold;
}